home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / Resources / 00187_Install8.ls < prev    next >
Encoding:
Text File  |  2000-10-19  |  539 b   |  17 lines

  1. on mouseWithin
  2.   cursor(280)
  3.   member("Install").foreColor = 70
  4.   put "Click to install this software title to your hard drive" into member "InfoField"
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(0)
  9.   member("Install").foreColor = 255
  10.   put EMPTY into member "InfoField"
  11. end
  12.  
  13. on mouseUp
  14.   alert("Please note that no technical support can be provided by Future Publishing nor Netscape for this beta software. Note that this beta release of Netscape will time out during December 2000.")
  15.   open(the moviePath & "PCSoftware\Netscape 6 PR 3\N6Setup.exe")
  16. end
  17.